Intializes a new instance of the
Bitmap class with the specified size color format (color planes and bits-per-pixel).
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As BitsPerPixel, _
ByVal () As System.Byte _
)
public Bitmap(
System.int ,
System.int ,
System.int ,
BitsPerPixel ,
System.byte[]
)
パラメータ
- width
- The width, in pixels, of the new Bitmap object.
- height
- The height, in pixels, of the new Bitmap object.
- planes
- Specifies the number of planes for the target device. This value must be set to 1.
- bitsPerPixel
- The number of bits required to identify the color of a single pixel.
- data
- The pattern data array.
参照